BODY, TD {
        font-family : Tahoma, Verdana, Arial, sans-serif ;
        font-size : x-small;
        color: Black;
        background: #D3D3D3;  //#C3C3C3;
}

A {
        text-decoration: none;
        color: Black;
}

A:Hover {
        text-decoration: underline;
        color: #3300CC;
}

A:Visited {
        text-decoration: underline;
        color: #333366;
}

.Header {
        font-weight: bold;
        font-size: small;
        text-align: center;
}

.comment {
        font-size: xx-small;
}

.strong {
        font-weight: bold;
        text-align: center;
}